runtime.mheap.cachealloc (field)

7 uses

	runtime (current package)
		mcache.go#L89: 		c = (*mcache)(mheap_.cachealloc.alloc())
		mcache.go#L117: 		mheap_.cachealloc.free(unsafe.Pointer(c))
		metrics.go#L661: 		a.mCacheInUse = uint64(mheap_.cachealloc.inuse)
		mheap.go#L205: 	cachealloc             fixalloc // allocator for mcache*
		mheap.go#L744: 	h.cachealloc.init(unsafe.Sizeof(mcache{}), nil, nil, &memstats.mcache_sys)
		mstats.go#L539: 	stats.MCacheInuse = uint64(mheap_.cachealloc.inuse)
		panic.go#L1322: 	if mheap_.cachealloc.size == 0 { // very early